os.file.dirinfo (field)

12 uses

	os (current package)
		dir_unix.go#L46: 	if f.dirinfo == nil {
		dir_unix.go#L47: 		f.dirinfo = new(dirInfo)
		dir_unix.go#L48: 		f.dirinfo.buf = dirBufPool.Get().(*[]byte)
		dir_unix.go#L50: 	d := f.dirinfo
		file.go#L242: 	if e == nil && f.dirinfo != nil && r != 0 {
		file_unix.go#L61: 	dirinfo     *dirInfo // nil unless directory being read
		file_unix.go#L310: 	if file.dirinfo != nil {
		file_unix.go#L311: 		file.dirinfo.close()
		file_unix.go#L312: 		file.dirinfo = nil
		file_unix.go#L332: 	if f.dirinfo != nil {
		file_unix.go#L335: 		f.dirinfo.close()
		file_unix.go#L336: 		f.dirinfo = nil